Skip to content

feat: v1.1.2 — CI fixes, ASCII banner alignment, docs overhaul, teach tutorial refresh#12

Merged
arvarik merged 1 commit into
mainfrom
release/v1.1.2
Apr 24, 2026
Merged

feat: v1.1.2 — CI fixes, ASCII banner alignment, docs overhaul, teach tutorial refresh#12
arvarik merged 1 commit into
mainfrom
release/v1.1.2

Conversation

@arvarik
Copy link
Copy Markdown
Owner

@arvarik arvarik commented Apr 24, 2026

Summary

Fixes two CI pipeline failures from v1.1.1 and ships documentation/CLI improvements.

CI Fixes

  • pip-audit: Ignore CVE-2026-3219 (pip build tool, not a runtime dep) and skip editable packages
  • update-formula.yml: Replace peter-evans/create-pull-request with gh CLI to avoid 'GitHub Actions is not permitted to create pull requests' error

CLI Improvements

  • Fix GEMSTACK ASCII banner alignment — rows 2-3 were misaligned by 1 character between the A and C columns
  • Colorful gradient banner on bare gemstack invocation
  • Overhaul gemstack teach interactive tutorial (9-lesson curriculum)

Documentation

  • New docs: context compiler, autonomous execution, drift detection
  • docs/README.md landing page with full doc index
  • Refreshed getting-started guide, CLI reference, and all feature docs
  • Added docs/assets/ structure for screenshots and videos

Tests

  • Updated test_teach.py for new 9-lesson structure
  • Fixed test_phase4_cli.py assertions

Tag: v1.1.2 (will be pushed after merge)

…l, and teach tutorial refresh

CI Fixes:
- Fix pip-audit failing on pip CVE-2026-3219 (ignore known vuln, skip editable)
- Fix update-formula workflow: replace peter-evans/create-pull-request with
  gh CLI to avoid GitHub Actions PR creation permission errors

CLI Improvements:
- Fix GEMSTACK ASCII banner alignment (rows 2-3 were off by 1 char)
- Add colorful ASCII art banner for bare 'gemstack' invocation
- Overhaul 'gemstack teach' interactive tutorial (9-lesson curriculum)

Documentation:
- Add comprehensive docs suite: context compiler, autonomous execution,
  drift detection, and docs/README.md landing page
- Refresh getting-started guide, CLI reference, and all feature docs
- Add docs/assets directory structure for screenshots and videos

Tests:
- Update test_teach.py to match new 9-lesson tutorial structure
- Fix test_phase4_cli.py assertions for updated CLI output
@arvarik arvarik merged commit a60864a into main Apr 24, 2026
2 checks passed
@arvarik arvarik deleted the release/v1.1.2 branch April 24, 2026 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant